Html Css Color HEX #BB825F Medium Wood

📋 copy color: '#BB825F'

red 187 ◦ green 130 ◦ blue 95

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

Shades of Medium Wood #BB825F

Tints of Medium Wood #BB825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.55%

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

R = 45.39%
G = 31.55%
B = 23.06%

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

#BB825F (or 0xBB825F) is known color: Medium Wood. HEX triplet: BB, 82 and 5F. RGB value is (187,130,95). Sum of RGB (Red+Green+Blue) = 187+130+95=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB825F is #447DA0. Grayscale: #8F8F8F. Windows color (decimal): -4488609 or 6259387. OLE color: 6259387.

HSL color Cylindrical-coordinate representation of color #BB825F: hue angle of 22.83º 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 #BB825F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 95 -
CMYK 0 0.30 0.49 0.27
HSL 22.83º 0.4% 0.55% -
HSV(B) 22.83º 0.49% 0.73% -
XYZ 30.54 27.36 14.5 -
YUV 143.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 187 130 95 0 0.30 0.49 0.27 22.83 0.4 0.55
Hex BB 82 5F 0 1E 31 1B 17 28 37
Octal 273 202 137 0 36 61 33 27 50 67
Binary 10111011 10000010 1011111 0 11110 110001 11011 10111 101000 110111

Color Harmonies of #BB825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB825F

Black with #BB825F

Text Example


Text Example

White with #BB825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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