Html Css Color HEX #B06501 Golden Brown

📋 copy color: '#B06501'

red 176 ◦ green 101 ◦ blue 1

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

Shades of Golden Brown #B06501

Tints of Golden Brown #B06501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 63.31%
G = 36.33%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B06501 (or 0xB06501) is known color: Golden Brown. HEX triplet: B0, 65 and 01. RGB value is (176,101,1). Sum of RGB (Red+Green+Blue) = 176+101+1=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B06501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06501 is #4F9AFE. Grayscale: #707070. Windows color (decimal): -5217023 or 91568. OLE color: 91568.

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

Color convert

RGB 176 101 1 -
CMYK 0 0.43 0.99 0.31
HSL 34.29º 0.99% 0.35% -
HSV(B) 34.29º 0.99% 0.69% -
XYZ 22.56 18.54 2.42 -
YUV 112.03 65.35 173.63 -
System Red Green Blue C M Y K H S L
Decimal 176 101 1 0 0.43 0.99 0.31 34.29 0.99 0.35
Hex B0 65 1 0 2B 63 1F 22 63 23
Octal 260 145 1 0 53 143 37 42 143 43
Binary 10110000 1100101 1 0 101011 1100011 11111 100010 1100011 100011

Color Harmonies of #B06501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06501

Black with #B06501

Text Example


Text Example

White with #B06501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06501; }

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

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

background-color css

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

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

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

border-color css

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

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

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