Html Css Color HEX #BE9C0A Buddha Gold

📋 copy color: '#BE9C0A'

red 190 ◦ green 156 ◦ blue 10

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

Shades of Buddha Gold #BE9C0A

Tints of Buddha Gold #BE9C0A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.82%

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

R = 53.37%
G = 43.82%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE9C0A (or 0xBE9C0A) is known color: Buddha Gold. HEX triplet: BE, 9C and 0A. RGB value is (190,156,10). Sum of RGB (Red+Green+Blue) = 190+156+10=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9C0A is #4163F5. Grayscale: #969696. Windows color (decimal): -4285430 or 695486. OLE color: 695486.

HSL color Cylindrical-coordinate representation of color #BE9C0A: hue angle of 48.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 #BE9C0A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 156 10 -
CMYK 0 0.18 0.95 0.25
HSL 48.67º 0.9% 0.39% -
HSV(B) 48.67º 0.95% 0.75% -
XYZ 33.18 34.75 5.25 -
YUV 149.52 49.26 156.87 -
System Red Green Blue C M Y K H S L
Decimal 190 156 10 0 0.18 0.95 0.25 48.67 0.9 0.39
Hex BE 9C A 0 12 5F 19 31 5A 27
Octal 276 234 12 0 22 137 31 61 132 47
Binary 10111110 10011100 1010 0 10010 1011111 11001 110001 1011010 100111

Color Harmonies of #BE9C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C0A

Black with #BE9C0A

Text Example


Text Example

White with #BE9C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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