Html Css Color HEX #BEB434 Old Gold

📋 copy color: '#BEB434'

red 190 ◦ green 180 ◦ blue 52

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

Shades of Old Gold #BEB434

Tints of Old Gold #BEB434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 45.02%
G = 42.65%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEB434 (or 0xBEB434) is known color: Old Gold. HEX triplet: BE, B4 and 34. RGB value is (190,180,52). Sum of RGB (Red+Green+Blue) = 190+180+52=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB434 is #414BCB. Grayscale: #A8A8A8. Windows color (decimal): -4279244 or 3454142. OLE color: 3454142.

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

Color convert

RGB 190 180 52 -
CMYK 0 0.05 0.73 0.25
HSL 55.65º 0.57% 0.47% -
HSV(B) 55.65º 0.73% 0.75% -
XYZ 38.18 43.84 9.7 -
YUV 168.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 190 180 52 0 0.05 0.73 0.25 55.65 0.57 0.47
Hex BE B4 34 0 5 49 19 38 39 2F
Octal 276 264 64 0 5 111 31 70 71 57
Binary 10111110 10110100 110100 0 101 1001001 11001 111000 111001 101111

Color Harmonies of #BEB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB434

Black with #BEB434

Text Example


Text Example

White with #BEB434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB434; }

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

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

background-color css

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

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

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

border-color css

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

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

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