Html Css Color HEX #BE9922 Buddha Gold

📋 copy color: '#BE9922'

red 190 ◦ green 153 ◦ blue 34

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

Shades of Buddha Gold #BE9922

Tints of Buddha Gold #BE9922

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.58%

 BLUE value IS 34 (13.67% from 255) = 9.02%

R = 50.4%
G = 40.58%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE9922 (or 0xBE9922) is known color: Buddha Gold. HEX triplet: BE, 99 and 22. RGB value is (190,153,34). Sum of RGB (Red+Green+Blue) = 190+153+34=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9922 is #4166DD. Grayscale: #979797. Windows color (decimal): -4286174 or 2267582. OLE color: 2267582.

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

Color convert

RGB 190 153 34 -
CMYK 0 0.19 0.82 0.25
HSL 45.77º 0.7% 0.44% -
HSV(B) 45.77º 0.82% 0.75% -
XYZ 32.92 33.85 6.31 -
YUV 150.5 62.26 156.18 -
System Red Green Blue C M Y K H S L
Decimal 190 153 34 0 0.19 0.82 0.25 45.77 0.7 0.44
Hex BE 99 22 0 13 52 19 2E 46 2C
Octal 276 231 42 0 23 122 31 56 106 54
Binary 10111110 10011001 100010 0 10011 1010010 11001 101110 1000110 101100

Color Harmonies of #BE9922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9922

Black with #BE9922

Text Example


Text Example

White with #BE9922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9922; }

 p { color: rgb(190,153,34); }

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

background-color css

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

 a { background-color: rgb(190,153,34); }

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

border-color css

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

 span { border-color: rgb(190,153,34); }

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