Html Css Color HEX #B06903 Golden Brown

📋 copy color: '#B06903'

red 176 ◦ green 105 ◦ blue 3

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

Shades of Golden Brown #B06903

Tints of Golden Brown #B06903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 61.97%
G = 36.97%
B = 1.06%

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

#B06903 (or 0xB06903) is known color: Golden Brown. HEX triplet: B0, 69 and 03. RGB value is (176,105,3). Sum of RGB (Red+Green+Blue) = 176+105+3=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B06903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06903 is #4F96FC. Grayscale: #737373. Windows color (decimal): -5215997 or 223664. OLE color: 223664.

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

Color convert

RGB 176 105 3 -
CMYK 0 0.40 0.98 0.31
HSL 35.38º 0.97% 0.35% -
HSV(B) 35.38º 0.98% 0.69% -
XYZ 22.97 19.34 2.61 -
YUV 114.6 65.02 171.79 -
System Red Green Blue C M Y K H S L
Decimal 176 105 3 0 0.40 0.98 0.31 35.38 0.97 0.35
Hex B0 69 3 0 28 62 1F 23 61 23
Octal 260 151 3 0 50 142 37 43 141 43
Binary 10110000 1101001 11 0 101000 1100010 11111 100011 1100001 100011

Color Harmonies of #B06903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06903

Black with #B06903

Text Example


Text Example

White with #B06903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06903; }

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

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

background-color css

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

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

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

border-color css

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

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

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