Html Css Color HEX #B06904 Golden Brown

📋 copy color: '#B06904'

red 176 ◦ green 105 ◦ blue 4

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

Shades of Golden Brown #B06904

Tints of Golden Brown #B06904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.84%

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

R = 61.75%
G = 36.84%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B06904 (or 0xB06904) is known color: Golden Brown. HEX triplet: B0, 69 and 04. RGB value is (176,105,4). Sum of RGB (Red+Green+Blue) = 176+105+4=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B06904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06904 is #4F96FB. Grayscale: #737373. Windows color (decimal): -5215996 or 289200. OLE color: 289200.

HSL color Cylindrical-coordinate representation of color #B06904: hue angle of 35.23º 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 #B06904 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 105 4 -
CMYK 0 0.40 0.98 0.31
HSL 35.23º 0.96% 0.35% -
HSV(B) 35.23º 0.98% 0.69% -
XYZ 22.98 19.34 2.64 -
YUV 114.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 176 105 4 0 0.40 0.98 0.31 35.23 0.96 0.35
Hex B0 69 4 0 28 62 1F 23 60 23
Octal 260 151 4 0 50 142 37 43 140 43
Binary 10110000 1101001 100 0 101000 1100010 11111 100011 1100000 100011

Color Harmonies of #B06904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06904

Black with #B06904

Text Example


Text Example

White with #B06904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06904; }

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

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

background-color css

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

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

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

border-color css

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

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

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