Html Css Color HEX #BEB433 Old Gold

📋 copy color: '#BEB433'

red 190 ◦ green 180 ◦ blue 51

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

Shades of Old Gold #BEB433

Tints of Old Gold #BEB433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.11%

R = 45.13%
G = 42.76%
B = 12.11%

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

#BEB433 (or 0xBEB433) is known color: Old Gold. HEX triplet: BE, B4 and 33. RGB value is (190,180,51). Sum of RGB (Red+Green+Blue) = 190+180+51=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB433 is #414BCC. Grayscale: #A8A8A8. Windows color (decimal): -4279245 or 3388606. OLE color: 3388606.

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

Color convert

RGB 190 180 51 -
CMYK 0 0.05 0.73 0.25
HSL 55.68º 0.58% 0.47% -
HSV(B) 55.68º 0.73% 0.75% -
XYZ 38.15 43.83 9.58 -
YUV 168.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 190 180 51 0 0.05 0.73 0.25 55.68 0.58 0.47
Hex BE B4 33 0 5 49 19 38 3A 2F
Octal 276 264 63 0 5 111 31 70 72 57
Binary 10111110 10110100 110011 0 101 1001001 11001 111000 111010 101111

Color Harmonies of #BEB433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB433

Black with #BEB433

Text Example


Text Example

White with #BEB433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB433; }

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

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

background-color css

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

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

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

border-color css

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

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

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