Html Css Color HEX #B4620C Golden Brown

📋 copy color: '#B4620C'

red 180 ◦ green 98 ◦ blue 12

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

Shades of Golden Brown #B4620C

Tints of Golden Brown #B4620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 62.07%
G = 33.79%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4620C (or 0xB4620C) is known color: Golden Brown. HEX triplet: B4, 62 and 0C. RGB value is (180,98,12). Sum of RGB (Red+Green+Blue) = 180+98+12=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4620C is #4B9DF3. Grayscale: #717171. Windows color (decimal): -4955636 or 811700. OLE color: 811700.

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

Color convert

RGB 180 98 12 -
CMYK 0 0.46 0.93 0.29
HSL 30.71º 0.88% 0.38% -
HSV(B) 30.71º 0.93% 0.71% -
XYZ 23.26 18.47 2.69 -
YUV 112.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 180 98 12 0 0.46 0.93 0.29 30.71 0.88 0.38
Hex B4 62 C 0 2E 5D 1D 1F 58 26
Octal 264 142 14 0 56 135 35 37 130 46
Binary 10110100 1100010 1100 0 101110 1011101 11101 11111 1011000 100110

Color Harmonies of #B4620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4620C

Black with #B4620C

Text Example


Text Example

White with #B4620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4620C; }

 p { color: rgb(180,98,12); }

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

background-color css

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

 a { background-color: rgb(180,98,12); }

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

border-color css

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

 span { border-color: rgb(180,98,12); }

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