Html Css Color HEX #BEBB34 Old Gold

📋 copy color: '#BEBB34'

red 190 ◦ green 187 ◦ blue 52

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

Shades of Old Gold #BEBB34

Tints of Old Gold #BEBB34

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.59%

 BLUE value IS 52 (20.7% from 255) = 12.12%

R = 44.29%
G = 43.59%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEBB34 (or 0xBEBB34) is known color: Old Gold. HEX triplet: BE, BB and 34. RGB value is (190,187,52). Sum of RGB (Red+Green+Blue) = 190+187+52=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBB34 is #4144CB. Grayscale: #ADADAD. Windows color (decimal): -4277452 or 3455934. OLE color: 3455934.

HSL color Cylindrical-coordinate representation of color #BEBB34: hue angle of 58.7º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEBB34 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 187 52 -
CMYK 0 0.02 0.73 0.25
HSL 58.7º 0.57% 0.47% -
HSV(B) 58.7º 0.73% 0.75% -
XYZ 39.63 46.74 10.18 -
YUV 172.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 190 187 52 0 0.02 0.73 0.25 58.7 0.57 0.47
Hex BE BB 34 0 2 49 19 3B 39 2F
Octal 276 273 64 0 2 111 31 73 71 57
Binary 10111110 10111011 110100 0 10 1001001 11001 111011 111001 101111

Color Harmonies of #BEBB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB34

Black with #BEBB34

Text Example


Text Example

White with #BEBB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB34; }

 p { color: rgb(190,187,52); }

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

background-color css

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

 a { background-color: rgb(190,187,52); }

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

border-color css

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

 span { border-color: rgb(190,187,52); }

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