Html Css Color HEX #B16308 Golden Brown

📋 copy color: '#B16308'

red 177 ◦ green 99 ◦ blue 8

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

Shades of Golden Brown #B16308

Tints of Golden Brown #B16308

RGB

 RED value IS 177 (69.53% from 255) = 62.32%

 GREEN value IS 99 (39.06% from 255) = 34.86%

 BLUE value IS 8 (3.52% from 255) = 2.82%

R = 62.32%
G = 34.86%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B16308 (or 0xB16308) is known color: Golden Brown. HEX triplet: B1, 63 and 08. RGB value is (177,99,8). Sum of RGB (Red+Green+Blue) = 177+99+8=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B16308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16308 is #4E9CF7. Grayscale: #707070. Windows color (decimal): -5151992 or 549809. OLE color: 549809.

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

Color convert

RGB 177 99 8 -
CMYK 0 0.44 0.95 0.31
HSL 32.31º 0.91% 0.36% -
HSV(B) 32.31º 0.95% 0.69% -
XYZ 22.64 18.29 2.57 -
YUV 111.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 177 99 8 0 0.44 0.95 0.31 32.31 0.91 0.36
Hex B1 63 8 0 2C 5F 1F 20 5B 24
Octal 261 143 10 0 54 137 37 40 133 44
Binary 10110001 1100011 1000 0 101100 1011111 11111 100000 1011011 100100

Color Harmonies of #B16308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16308

Black with #B16308

Text Example


Text Example

White with #B16308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16308; }

 p { color: rgb(177,99,8); }

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

background-color css

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

 a { background-color: rgb(177,99,8); }

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

border-color css

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

 span { border-color: rgb(177,99,8); }

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