Html Css Color HEX #BE9F0A Buddha Gold

📋 copy color: '#BE9F0A'

red 190 ◦ green 159 ◦ blue 10

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

Shades of Buddha Gold #BE9F0A

Tints of Buddha Gold #BE9F0A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.29%

 BLUE value IS 10 (4.3% from 255) = 2.79%

R = 52.92%
G = 44.29%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE9F0A (or 0xBE9F0A) is known color: Buddha Gold. HEX triplet: BE, 9F and 0A. RGB value is (190,159,10). Sum of RGB (Red+Green+Blue) = 190+159+10=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9F0A is #4160F5. Grayscale: #979797. Windows color (decimal): -4284662 or 696254. OLE color: 696254.

HSL color Cylindrical-coordinate representation of color #BE9F0A: hue angle of 49.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE9F0A is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 159 10 -
CMYK 0 0.16 0.95 0.25
HSL 49.67º 0.9% 0.39% -
HSV(B) 49.67º 0.95% 0.75% -
XYZ 33.69 35.77 5.42 -
YUV 151.28 48.27 155.62 -
System Red Green Blue C M Y K H S L
Decimal 190 159 10 0 0.16 0.95 0.25 49.67 0.9 0.39
Hex BE 9F A 0 10 5F 19 32 5A 27
Octal 276 237 12 0 20 137 31 62 132 47
Binary 10111110 10011111 1010 0 10000 1011111 11001 110010 1011010 100111

Color Harmonies of #BE9F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F0A

Black with #BE9F0A

Text Example


Text Example

White with #BE9F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F0A; }

 p { color: rgb(190,159,10); }

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

background-color css

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

 a { background-color: rgb(190,159,10); }

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

border-color css

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

 span { border-color: rgb(190,159,10); }

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