Html Css Color HEX #B06500 Golden Brown

📋 copy color: '#B06500'

red 176 ◦ green 101 ◦ blue 0

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

Shades of Golden Brown #B06500

Tints of Golden Brown #B06500

RGB

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

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

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

R = 63.54%
G = 36.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B06500 (or 0xB06500) is known color: Golden Brown. HEX triplet: B0, 65 and 00. RGB value is (176,101,0). Sum of RGB (Red+Green+Blue) = 176+101+0=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B06500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06500 is #4F9AFF. Grayscale: #707070. Windows color (decimal): -5217024 or 26032. OLE color: 26032.

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

Color convert

RGB 176 101 0 -
CMYK 0 0.43 1 0.31
HSL 34.43º 1% 0.35% -
HSV(B) 34.43º 1% 0.69% -
XYZ 22.56 18.54 2.39 -
YUV 111.91 64.85 173.71 -
System Red Green Blue C M Y K H S L
Decimal 176 101 0 0 0.43 1 0.31 34.43 1 0.35
Hex B0 65 0 0 2B 64 1F 22 64 23
Octal 260 145 0 0 53 144 37 42 144 43
Binary 10110000 1100101 0 0 101011 1100100 11111 100010 1100100 100011

Color Harmonies of #B06500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06500

Black with #B06500

Text Example


Text Example

White with #B06500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06500; }

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

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

background-color css

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

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

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

border-color css

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

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

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