Html Css Color HEX #BE9C03 Buddha Gold

📋 copy color: '#BE9C03'

red 190 ◦ green 156 ◦ blue 3

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

Shades of Buddha Gold #BE9C03

Tints of Buddha Gold #BE9C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 54.44%
G = 44.7%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE9C03 (or 0xBE9C03) is known color: Buddha Gold. HEX triplet: BE, 9C and 03. RGB value is (190,156,3). Sum of RGB (Red+Green+Blue) = 190+156+3=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9C03 is #4163FC. Grayscale: #959595. Windows color (decimal): -4285437 or 236734. OLE color: 236734.

HSL color Cylindrical-coordinate representation of color #BE9C03: hue angle of 49.09º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE9C03 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 156 3 -
CMYK 0 0.18 0.98 0.25
HSL 49.09º 0.97% 0.38% -
HSV(B) 49.09º 0.98% 0.75% -
XYZ 33.14 34.73 5.04 -
YUV 148.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 190 156 3 0 0.18 0.98 0.25 49.09 0.97 0.38
Hex BE 9C 3 0 12 62 19 31 61 26
Octal 276 234 3 0 22 142 31 61 141 46
Binary 10111110 10011100 11 0 10010 1100010 11001 110001 1100001 100110

Color Harmonies of #BE9C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C03

Black with #BE9C03

Text Example


Text Example

White with #BE9C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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