Html Css Color HEX #B06C07 Golden Brown

📋 copy color: '#B06C07'

red 176 ◦ green 108 ◦ blue 7

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

Shades of Golden Brown #B06C07

Tints of Golden Brown #B06C07

RGB

 RED value IS 176 (69.14% from 255) = 60.48%

 GREEN value IS 108 (42.58% from 255) = 37.11%

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 60.48%
G = 37.11%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B06C07 (or 0xB06C07) is known color: Golden Brown. HEX triplet: B0, 6C and 07. RGB value is (176,108,7). Sum of RGB (Red+Green+Blue) = 176+108+7=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06C07 is #4F93F8. Grayscale: #757575. Windows color (decimal): -5215225 or 486576. OLE color: 486576.

HSL color Cylindrical-coordinate representation of color #B06C07: hue angle of 35.86º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B06C07 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 108 7 -
CMYK 0 0.39 0.96 0.31
HSL 35.86º 0.92% 0.36% -
HSV(B) 35.86º 0.96% 0.69% -
XYZ 23.31 19.97 2.83 -
YUV 116.82 66.03 170.21 -
System Red Green Blue C M Y K H S L
Decimal 176 108 7 0 0.39 0.96 0.31 35.86 0.92 0.36
Hex B0 6C 7 0 27 60 1F 24 5C 24
Octal 260 154 7 0 47 140 37 44 134 44
Binary 10110000 1101100 111 0 100111 1100000 11111 100100 1011100 100100

Color Harmonies of #B06C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C07

Black with #B06C07

Text Example


Text Example

White with #B06C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C07; }

 p { color: rgb(176,108,7); }

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

background-color css

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

 a { background-color: rgb(176,108,7); }

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

border-color css

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

 span { border-color: rgb(176,108,7); }

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