Html Css Color HEX #BE9D0D Buddha Gold

📋 copy color: '#BE9D0D'

red 190 ◦ green 157 ◦ blue 13

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

Shades of Buddha Gold #BE9D0D

Tints of Buddha Gold #BE9D0D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.61%

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

R = 52.78%
G = 43.61%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE9D0D (or 0xBE9D0D) is known color: Buddha Gold. HEX triplet: BE, 9D and 0D. RGB value is (190,157,13). Sum of RGB (Red+Green+Blue) = 190+157+13=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9D0D is #4162F2. Grayscale: #979797. Windows color (decimal): -4285171 or 892350. OLE color: 892350.

HSL color Cylindrical-coordinate representation of color #BE9D0D: hue angle of 48.81º 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 #BE9D0D is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 157 13 -
CMYK 0 0.17 0.93 0.25
HSL 48.81º 0.87% 0.4% -
HSV(B) 48.81º 0.93% 0.75% -
XYZ 33.36 35.09 5.4 -
YUV 150.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 190 157 13 0 0.17 0.93 0.25 48.81 0.87 0.4
Hex BE 9D D 0 11 5D 19 31 57 28
Octal 276 235 15 0 21 135 31 61 127 50
Binary 10111110 10011101 1101 0 10001 1011101 11001 110001 1010111 101000

Color Harmonies of #BE9D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9D0D

Black with #BE9D0D

Text Example


Text Example

White with #BE9D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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