Html Css Color HEX #BE9A0D Buddha Gold

📋 copy color: '#BE9A0D'

red 190 ◦ green 154 ◦ blue 13

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

Shades of Buddha Gold #BE9A0D

Tints of Buddha Gold #BE9A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.14%

 BLUE value IS 13 (5.47% from 255) = 3.64%

R = 53.22%
G = 43.14%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE9A0D (or 0xBE9A0D) is known color: Buddha Gold. HEX triplet: BE, 9A and 0D. RGB value is (190,154,13). Sum of RGB (Red+Green+Blue) = 190+154+13=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A0D is #4165F2. Grayscale: #959595. Windows color (decimal): -4285939 or 891582. OLE color: 891582.

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

Color convert

RGB 190 154 13 -
CMYK 0 0.19 0.93 0.25
HSL 47.8º 0.87% 0.4% -
HSV(B) 47.8º 0.93% 0.75% -
XYZ 32.86 34.09 5.23 -
YUV 148.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 190 154 13 0 0.19 0.93 0.25 47.8 0.87 0.4
Hex BE 9A D 0 13 5D 19 30 57 28
Octal 276 232 15 0 23 135 31 60 127 50
Binary 10111110 10011010 1101 0 10011 1011101 11001 110000 1010111 101000

Color Harmonies of #BE9A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A0D

Black with #BE9A0D

Text Example


Text Example

White with #BE9A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A0D; }

 p { color: rgb(190,154,13); }

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

background-color css

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

 a { background-color: rgb(190,154,13); }

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

border-color css

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

 span { border-color: rgb(190,154,13); }

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