Html Css Color HEX #BB835F Medium Wood

📋 copy color: '#BB835F'

red 187 ◦ green 131 ◦ blue 95

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

Shades of Medium Wood #BB835F

Tints of Medium Wood #BB835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.72%

 BLUE value IS 95 (37.5% from 255) = 23%

R = 45.28%
G = 31.72%
B = 23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB835F (or 0xBB835F) is known color: Medium Wood. HEX triplet: BB, 83 and 5F. RGB value is (187,131,95). Sum of RGB (Red+Green+Blue) = 187+131+95=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB835F is #447CA0. Grayscale: #8F8F8F. Windows color (decimal): -4488353 or 6259643. OLE color: 6259643.

HSL color Cylindrical-coordinate representation of color #BB835F: hue angle of 23.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB835F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 95 -
CMYK 0 0.30 0.49 0.27
HSL 23.48º 0.4% 0.55% -
HSV(B) 23.48º 0.49% 0.73% -
XYZ 30.68 27.62 14.54 -
YUV 143.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 187 131 95 0 0.30 0.49 0.27 23.48 0.4 0.55
Hex BB 83 5F 0 1E 31 1B 17 28 37
Octal 273 203 137 0 36 61 33 27 50 67
Binary 10111011 10000011 1011111 0 11110 110001 11011 10111 101000 110111

Color Harmonies of #BB835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB835F

Black with #BB835F

Text Example


Text Example

White with #BB835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB835F; }

 p { color: rgb(187,131,95); }

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

background-color css

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

 a { background-color: rgb(187,131,95); }

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

border-color css

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

 span { border-color: rgb(187,131,95); }

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