Html Css Color HEX #BE980C Buddha Gold

📋 copy color: '#BE980C'

red 190 ◦ green 152 ◦ blue 12

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

Shades of Buddha Gold #BE980C

Tints of Buddha Gold #BE980C

RGB

 RED value IS 190 (74.61% from 255) = 53.67%

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

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

R = 53.67%
G = 42.94%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE980C (or 0xBE980C) is known color: Buddha Gold. HEX triplet: BE, 98 and 0C. RGB value is (190,152,12). Sum of RGB (Red+Green+Blue) = 190+152+12=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE980C is #4167F3. Grayscale: #949494. Windows color (decimal): -4286452 or 825534. OLE color: 825534.

HSL color Cylindrical-coordinate representation of color #BE980C: hue angle of 47.19º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE980C is Cyan = 0, Magento = 0.2, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 152 12 -
CMYK 0 0.2 0.94 0.25
HSL 47.19º 0.88% 0.4% -
HSV(B) 47.19º 0.94% 0.75% -
XYZ 32.53 33.43 5.09 -
YUV 147.4 51.59 158.38 -
System Red Green Blue C M Y K H S L
Decimal 190 152 12 0 0.2 0.94 0.25 47.19 0.88 0.4
Hex BE 98 C 0 14 5E 19 2F 58 28
Octal 276 230 14 0 24 136 31 57 130 50
Binary 10111110 10011000 1100 0 10100 1011110 11001 101111 1011000 101000

Color Harmonies of #BE980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE980C

Black with #BE980C

Text Example


Text Example

White with #BE980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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