Html Css Color HEX #B67B66 Medium Wood

📋 copy color: '#B67B66'

red 182 ◦ green 123 ◦ blue 102

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

Shades of Medium Wood #B67B66

Tints of Medium Wood #B67B66

RGB

 RED value IS 182 (71.48% from 255) = 44.72%

 GREEN value IS 123 (48.44% from 255) = 30.22%

 BLUE value IS 102 (40.23% from 255) = 25.06%

R = 44.72%
G = 30.22%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B67B66 (or 0xB67B66) is known color: Medium Wood. HEX triplet: B6, 7B and 66. RGB value is (182,123,102). Sum of RGB (Red+Green+Blue) = 182+123+102=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B66 is #498499. Grayscale: #8A8A8A. Windows color (decimal): -4818074 or 6716342. OLE color: 6716342.

HSL color Cylindrical-coordinate representation of color #B67B66: hue angle of 15.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B67B66 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 123 102 -
CMYK 0 0.32 0.44 0.29
HSL 15.75º 0.35% 0.56% -
HSV(B) 15.75º 0.44% 0.71% -
XYZ 28.77 25.07 15.89 -
YUV 138.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 182 123 102 0 0.32 0.44 0.29 15.75 0.35 0.56
Hex B6 7B 66 0 20 2C 1D 10 23 38
Octal 266 173 146 0 40 54 35 20 43 70
Binary 10110110 1111011 1100110 0 100000 101100 11101 10000 100011 111000

Color Harmonies of #B67B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67B66

Black with #B67B66

Text Example


Text Example

White with #B67B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67B66; }

 p { color: rgb(182,123,102); }

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

background-color css

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

 a { background-color: rgb(182,123,102); }

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

border-color css

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

 span { border-color: rgb(182,123,102); }

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