Html Css Color HEX #BD765E Japonica

📋 copy color: '#BD765E'

red 189 ◦ green 118 ◦ blue 94

#BD765E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #BD765E

Tints of Japonica #BD765E

RGB

 RED value IS 189 (74.22% from 255) = 47.13%

 GREEN value IS 118 (46.48% from 255) = 29.43%

 BLUE value IS 94 (37.11% from 255) = 23.44%

R = 47.13%
G = 29.43%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD765E (or 0xBD765E) is known color: Japonica. HEX triplet: BD, 76 and 5E. RGB value is (189,118,94). Sum of RGB (Red+Green+Blue) = 189+118+94=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD765E is #4289A1. Grayscale: #888888. Windows color (decimal): -4360610 or 6190781. OLE color: 6190781.

HSL color Cylindrical-coordinate representation of color #BD765E: hue angle of 15.16º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD765E is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 118 94 -
CMYK 0 0.38 0.50 0.26
HSL 15.16º 0.42% 0.55% -
HSV(B) 15.16º 0.5% 0.74% -
XYZ 29.49 24.58 13.78 -
YUV 136.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 189 118 94 0 0.38 0.50 0.26 15.16 0.42 0.55
Hex BD 76 5E 0 26 32 1A F 2A 37
Octal 275 166 136 0 46 62 32 17 52 67
Binary 10111101 1110110 1011110 0 100110 110010 11010 1111 101010 110111

Color Harmonies of #BD765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD765E

Black with #BD765E

Text Example


Text Example

White with #BD765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD765E; }

 p { color: rgb(189,118,94); }

 H1.HeaderClassName
 {
   color: #BD765E;
 }
 .AnyTagClassName
 {
   color: #BD765E;
 }
</style>

background-color css

<style>
 a { background-color: #BD765E; }

 a { background-color: rgb(189,118,94); }

 div.DivClassName
 {
   background-color: #BD765E;
 }
 .BgClassName
 {
   background-color: #BD765E;
 }
</style>

border-color css

<style>
 span { border-color: #BD765E; }

 span { border-color: rgb(189,118,94); }

 td.TdClassName
 {
   border-color: #BD765E;
 }
 .TagClassName
 {
   border-color: #BD765E;
 }
</style>