Html Css Color HEX #B4660C Golden Brown

📋 copy color: '#B4660C'

red 180 ◦ green 102 ◦ blue 12

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

Shades of Golden Brown #B4660C

Tints of Golden Brown #B4660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.69%

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

R = 61.22%
G = 34.69%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4660C (or 0xB4660C) is known color: Golden Brown. HEX triplet: B4, 66 and 0C. RGB value is (180,102,12). Sum of RGB (Red+Green+Blue) = 180+102+12=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B4660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4660C is #4B99F3. Grayscale: #737373. Windows color (decimal): -4954612 or 812724. OLE color: 812724.

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

Color convert

RGB 180 102 12 -
CMYK 0 0.43 0.93 0.29
HSL 32.14º 0.88% 0.38% -
HSV(B) 32.14º 0.93% 0.71% -
XYZ 23.64 19.23 2.81 -
YUV 115.06 69.84 174.32 -
System Red Green Blue C M Y K H S L
Decimal 180 102 12 0 0.43 0.93 0.29 32.14 0.88 0.38
Hex B4 66 C 0 2B 5D 1D 20 58 26
Octal 264 146 14 0 53 135 35 40 130 46
Binary 10110100 1100110 1100 0 101011 1011101 11101 100000 1011000 100110

Color Harmonies of #B4660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4660C

Black with #B4660C

Text Example


Text Example

White with #B4660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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