Html Css Color HEX #BD755B Japonica

📋 copy color: '#BD755B'

red 189 ◦ green 117 ◦ blue 91

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

Shades of Japonica #BD755B

Tints of Japonica #BD755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.47%

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 47.61%
G = 29.47%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD755B (or 0xBD755B) is known color: Japonica. HEX triplet: BD, 75 and 5B. RGB value is (189,117,91). Sum of RGB (Red+Green+Blue) = 189+117+91=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD755B is #428AA4. Grayscale: #878787. Windows color (decimal): -4360869 or 5993917. OLE color: 5993917.

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

Color convert

RGB 189 117 91 -
CMYK 0 0.38 0.52 0.26
HSL 15.92º 0.43% 0.55% -
HSV(B) 15.92º 0.52% 0.74% -
XYZ 29.24 24.3 13.05 -
YUV 135.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 189 117 91 0 0.38 0.52 0.26 15.92 0.43 0.55
Hex BD 75 5B 0 26 34 1A 10 2B 37
Octal 275 165 133 0 46 64 32 20 53 67
Binary 10111101 1110101 1011011 0 100110 110100 11010 10000 101011 110111

Color Harmonies of #BD755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD755B

Black with #BD755B

Text Example


Text Example

White with #BD755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD755B; }

 p { color: rgb(189,117,91); }

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

background-color css

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

 a { background-color: rgb(189,117,91); }

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

border-color css

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

 span { border-color: rgb(189,117,91); }

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