Html Css Color HEX #BFB930 Old Gold

📋 copy color: '#BFB930'

red 191 ◦ green 185 ◦ blue 48

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

Shades of Old Gold #BFB930

Tints of Old Gold #BFB930

RGB

 RED value IS 191 (75% from 255) = 45.05%

 GREEN value IS 185 (72.66% from 255) = 43.63%

 BLUE value IS 48 (19.14% from 255) = 11.32%

R = 45.05%
G = 43.63%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFB930 (or 0xBFB930) is known color: Old Gold. HEX triplet: BF, B9 and 30. RGB value is (191,185,48). Sum of RGB (Red+Green+Blue) = 191+185+48=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB930 is #4046CF. Grayscale: #ABABAB. Windows color (decimal): -4212432 or 3193279. OLE color: 3193279.

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

Color convert

RGB 191 185 48 -
CMYK 0 0.03 0.75 0.25
HSL 57.48º 0.6% 0.47% -
HSV(B) 57.48º 0.75% 0.75% -
XYZ 39.37 45.99 9.6 -
YUV 171.18 58.49 142.14 -
System Red Green Blue C M Y K H S L
Decimal 191 185 48 0 0.03 0.75 0.25 57.48 0.6 0.47
Hex BF B9 30 0 3 4B 19 39 3C 2F
Octal 277 271 60 0 3 113 31 71 74 57
Binary 10111111 10111001 110000 0 11 1001011 11001 111001 111100 101111

Color Harmonies of #BFB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB930

Black with #BFB930

Text Example


Text Example

White with #BFB930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB930; }

 p { color: rgb(191,185,48); }

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

background-color css

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

 a { background-color: rgb(191,185,48); }

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

border-color css

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

 span { border-color: rgb(191,185,48); }

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