Html Css Color HEX #B06504 Golden Brown

📋 copy color: '#B06504'

red 176 ◦ green 101 ◦ blue 4

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

Shades of Golden Brown #B06504

Tints of Golden Brown #B06504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 62.63%
G = 35.94%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B06504 (or 0xB06504) is known color: Golden Brown. HEX triplet: B0, 65 and 04. RGB value is (176,101,4). Sum of RGB (Red+Green+Blue) = 176+101+4=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B06504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06504 is #4F9AFB. Grayscale: #707070. Windows color (decimal): -5217020 or 288176. OLE color: 288176.

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

Color convert

RGB 176 101 4 -
CMYK 0 0.43 0.98 0.31
HSL 33.84º 0.96% 0.35% -
HSV(B) 33.84º 0.98% 0.69% -
XYZ 22.58 18.55 2.5 -
YUV 112.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 176 101 4 0 0.43 0.98 0.31 33.84 0.96 0.35
Hex B0 65 4 0 2B 62 1F 22 60 23
Octal 260 145 4 0 53 142 37 42 140 43
Binary 10110000 1100101 100 0 101011 1100010 11111 100010 1100000 100011

Color Harmonies of #B06504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06504

Black with #B06504

Text Example


Text Example

White with #B06504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06504; }

 p { color: rgb(176,101,4); }

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

background-color css

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

 a { background-color: rgb(176,101,4); }

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

border-color css

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

 span { border-color: rgb(176,101,4); }

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