Html Css Color HEX #B06900 Golden Brown

📋 copy color: '#B06900'

red 176 ◦ green 105 ◦ blue 0

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

Shades of Golden Brown #B06900

Tints of Golden Brown #B06900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.63%
G = 37.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B06900 (or 0xB06900) is known color: Golden Brown. HEX triplet: B0, 69 and 00. RGB value is (176,105,0). Sum of RGB (Red+Green+Blue) = 176+105+0=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B06900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06900 is #4F96FF. Grayscale: #727272. Windows color (decimal): -5216000 or 27056. OLE color: 27056.

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

Color convert

RGB 176 105 0 -
CMYK 0 0.40 1 0.31
HSL 35.8º 1% 0.35% -
HSV(B) 35.8º 1% 0.69% -
XYZ 22.96 19.33 2.52 -
YUV 114.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 176 105 0 0 0.40 1 0.31 35.8 1 0.35
Hex B0 69 0 0 28 64 1F 24 64 23
Octal 260 151 0 0 50 144 37 44 144 43
Binary 10110000 1101001 0 0 101000 1100100 11111 100100 1100100 100011

Color Harmonies of #B06900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06900

Black with #B06900

Text Example


Text Example

White with #B06900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06900; }

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

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

background-color css

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

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

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

border-color css

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

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

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