Html Css Color HEX #B45F0F Golden Brown

📋 copy color: '#B45F0F'

red 180 ◦ green 95 ◦ blue 15

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

Shades of Golden Brown #B45F0F

Tints of Golden Brown #B45F0F

RGB

 RED value IS 180 (70.7% from 255) = 62.07%

 GREEN value IS 95 (37.5% from 255) = 32.76%

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 62.07%
G = 32.76%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B45F0F (or 0xB45F0F) is known color: Golden Brown. HEX triplet: B4, 5F and 0F. RGB value is (180,95,15). Sum of RGB (Red+Green+Blue) = 180+95+15=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45F0F is #4BA0F0. Grayscale: #6F6F6F. Windows color (decimal): -4956401 or 1007540. OLE color: 1007540.

HSL color Cylindrical-coordinate representation of color #B45F0F: hue angle of 29.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B45F0F is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 95 15 -
CMYK 0 0.47 0.92 0.29
HSL 29.09º 0.85% 0.38% -
HSV(B) 29.09º 0.92% 0.71% -
XYZ 23 17.92 2.7 -
YUV 111.3 73.66 177 -
System Red Green Blue C M Y K H S L
Decimal 180 95 15 0 0.47 0.92 0.29 29.09 0.85 0.38
Hex B4 5F F 0 2F 5C 1D 1D 55 26
Octal 264 137 17 0 57 134 35 35 125 46
Binary 10110100 1011111 1111 0 101111 1011100 11101 11101 1010101 100110

Color Harmonies of #B45F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45F0F

Black with #B45F0F

Text Example


Text Example

White with #B45F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45F0F; }

 p { color: rgb(180,95,15); }

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

background-color css

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

 a { background-color: rgb(180,95,15); }

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

border-color css

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

 span { border-color: rgb(180,95,15); }

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