Html Css Color HEX #B06718 Golden Brown

📋 copy color: '#B06718'

red 176 ◦ green 103 ◦ blue 24

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

Shades of Golden Brown #B06718

Tints of Golden Brown #B06718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

 BLUE value IS 24 (9.77% from 255) = 7.92%

R = 58.09%
G = 33.99%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B06718 (or 0xB06718) is known color: Golden Brown. HEX triplet: B0, 67 and 18. RGB value is (176,103,24). Sum of RGB (Red+Green+Blue) = 176+103+24=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B06718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06718 is #4F98E7. Grayscale: #747474. Windows color (decimal): -5216488 or 1599408. OLE color: 1599408.

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

Color convert

RGB 176 103 24 -
CMYK 0 0.41 0.86 0.31
HSL 31.18º 0.76% 0.39% -
HSV(B) 31.18º 0.86% 0.69% -
XYZ 22.92 19 3.32 -
YUV 115.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 176 103 24 0 0.41 0.86 0.31 31.18 0.76 0.39
Hex B0 67 18 0 29 56 1F 1F 4C 27
Octal 260 147 30 0 51 126 37 37 114 47
Binary 10110000 1100111 11000 0 101001 1010110 11111 11111 1001100 100111

Color Harmonies of #B06718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06718

Black with #B06718

Text Example


Text Example

White with #B06718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06718; }

 p { color: rgb(176,103,24); }

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

background-color css

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

 a { background-color: rgb(176,103,24); }

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

border-color css

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

 span { border-color: rgb(176,103,24); }

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