Html Css Color HEX #B4980C Buddha Gold

📋 copy color: '#B4980C'

red 180 ◦ green 152 ◦ blue 12

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

Shades of Buddha Gold #B4980C

Tints of Buddha Gold #B4980C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.19%

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

R = 52.33%
G = 44.19%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4980C (or 0xB4980C) is known color: Buddha Gold. HEX triplet: B4, 98 and 0C. RGB value is (180,152,12). Sum of RGB (Red+Green+Blue) = 180+152+12=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4980C is #4B67F3. Grayscale: #919191. Windows color (decimal): -4941812 or 825524. OLE color: 825524.

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

Color convert

RGB 180 152 12 -
CMYK 0 0.16 0.93 0.29
HSL 50º 0.88% 0.38% -
HSV(B) 50º 0.93% 0.71% -
XYZ 30.12 32.19 4.97 -
YUV 144.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 180 152 12 0 0.16 0.93 0.29 50 0.88 0.38
Hex B4 98 C 0 10 5D 1D 32 58 26
Octal 264 230 14 0 20 135 35 62 130 46
Binary 10110100 10011000 1100 0 10000 1011101 11101 110010 1011000 100110

Color Harmonies of #B4980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4980C

Black with #B4980C

Text Example


Text Example

White with #B4980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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