Html Css Color HEX #BB8768 Medium Wood

📋 copy color: '#BB8768'

red 187 ◦ green 135 ◦ blue 104

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

Shades of Medium Wood #BB8768

Tints of Medium Wood #BB8768

RGB

 RED value IS 187 (73.44% from 255) = 43.9%

 GREEN value IS 135 (53.13% from 255) = 31.69%

 BLUE value IS 104 (41.02% from 255) = 24.41%

R = 43.9%
G = 31.69%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB8768 (or 0xBB8768) is known color: Medium Wood. HEX triplet: BB, 87 and 68. RGB value is (187,135,104). Sum of RGB (Red+Green+Blue) = 187+135+104=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8768 is #447897. Grayscale: #939393. Windows color (decimal): -4487320 or 6850491. OLE color: 6850491.

HSL color Cylindrical-coordinate representation of color #BB8768: hue angle of 22.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8768 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 135 104 -
CMYK 0 0.28 0.44 0.27
HSL 22.41º 0.38% 0.57% -
HSV(B) 22.41º 0.44% 0.73% -
XYZ 31.66 28.89 17.01 -
YUV 147.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 187 135 104 0 0.28 0.44 0.27 22.41 0.38 0.57
Hex BB 87 68 0 1C 2C 1B 16 26 39
Octal 273 207 150 0 34 54 33 26 46 71
Binary 10111011 10000111 1101000 0 11100 101100 11011 10110 100110 111001

Color Harmonies of #BB8768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8768

Black with #BB8768

Text Example


Text Example

White with #BB8768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8768; }

 p { color: rgb(187,135,104); }

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

background-color css

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

 a { background-color: rgb(187,135,104); }

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

border-color css

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

 span { border-color: rgb(187,135,104); }

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