Html Css Color HEX #B06507 Golden Brown

📋 copy color: '#B06507'

red 176 ◦ green 101 ◦ blue 7

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

Shades of Golden Brown #B06507

Tints of Golden Brown #B06507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.46%

R = 61.97%
G = 35.56%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B06507 (or 0xB06507) is known color: Golden Brown. HEX triplet: B0, 65 and 07. RGB value is (176,101,7). Sum of RGB (Red+Green+Blue) = 176+101+7=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B06507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06507 is #4F9AF8. Grayscale: #717171. Windows color (decimal): -5217017 or 484784. OLE color: 484784.

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

Color convert

RGB 176 101 7 -
CMYK 0 0.43 0.96 0.31
HSL 33.37º 0.92% 0.36% -
HSV(B) 33.37º 0.96% 0.69% -
XYZ 22.6 18.55 2.59 -
YUV 112.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 176 101 7 0 0.43 0.96 0.31 33.37 0.92 0.36
Hex B0 65 7 0 2B 60 1F 21 5C 24
Octal 260 145 7 0 53 140 37 41 134 44
Binary 10110000 1100101 111 0 101011 1100000 11111 100001 1011100 100100

Color Harmonies of #B06507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06507

Black with #B06507

Text Example


Text Example

White with #B06507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06507; }

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

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

background-color css

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

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

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

border-color css

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

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

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