Html Css Color HEX #BEB234 Old Gold

📋 copy color: '#BEB234'

red 190 ◦ green 178 ◦ blue 52

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

Shades of Old Gold #BEB234

Tints of Old Gold #BEB234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.38%

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

R = 45.24%
G = 42.38%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEB234 (or 0xBEB234) is known color: Old Gold. HEX triplet: BE, B2 and 34. RGB value is (190,178,52). Sum of RGB (Red+Green+Blue) = 190+178+52=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB234 is #414DCB. Grayscale: #A7A7A7. Windows color (decimal): -4279756 or 3453630. OLE color: 3453630.

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

Color convert

RGB 190 178 52 -
CMYK 0 0.06 0.73 0.25
HSL 54.78º 0.57% 0.47% -
HSV(B) 54.78º 0.73% 0.75% -
XYZ 37.78 43.04 9.56 -
YUV 167.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 190 178 52 0 0.06 0.73 0.25 54.78 0.57 0.47
Hex BE B2 34 0 6 49 19 37 39 2F
Octal 276 262 64 0 6 111 31 67 71 57
Binary 10111110 10110010 110100 0 110 1001001 11001 110111 111001 101111

Color Harmonies of #BEB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB234

Black with #BEB234

Text Example


Text Example

White with #BEB234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB234; }

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

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

background-color css

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

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

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

border-color css

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

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

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