Html Css Color HEX #B06B0D Golden Brown

📋 copy color: '#B06B0D'

red 176 ◦ green 107 ◦ blue 13

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

Shades of Golden Brown #B06B0D

Tints of Golden Brown #B06B0D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.15%

 BLUE value IS 13 (5.47% from 255) = 4.39%

R = 59.46%
G = 36.15%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B06B0D (or 0xB06B0D) is known color: Golden Brown. HEX triplet: B0, 6B and 0D. RGB value is (176,107,13). Sum of RGB (Red+Green+Blue) = 176+107+13=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06B0D is #4F94F2. Grayscale: #757575. Windows color (decimal): -5215475 or 879536. OLE color: 879536.

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

Color convert

RGB 176 107 13 -
CMYK 0 0.39 0.93 0.31
HSL 34.6º 0.86% 0.37% -
HSV(B) 34.6º 0.93% 0.69% -
XYZ 23.23 19.77 2.97 -
YUV 116.92 69.36 170.14 -
System Red Green Blue C M Y K H S L
Decimal 176 107 13 0 0.39 0.93 0.31 34.6 0.86 0.37
Hex B0 6B D 0 27 5D 1F 23 56 25
Octal 260 153 15 0 47 135 37 43 126 45
Binary 10110000 1101011 1101 0 100111 1011101 11111 100011 1010110 100101

Color Harmonies of #B06B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06B0D

Black with #B06B0D

Text Example


Text Example

White with #B06B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06B0D; }

 p { color: rgb(176,107,13); }

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

background-color css

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

 a { background-color: rgb(176,107,13); }

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

border-color css

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

 span { border-color: rgb(176,107,13); }

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