Html Css Color HEX #BFB830 Old Gold

📋 copy color: '#BFB830'

red 191 ◦ green 184 ◦ blue 48

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

Shades of Old Gold #BFB830

Tints of Old Gold #BFB830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.5%

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

R = 45.15%
G = 43.5%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFB830 (or 0xBFB830) is known color: Old Gold. HEX triplet: BF, B8 and 30. RGB value is (191,184,48). Sum of RGB (Red+Green+Blue) = 191+184+48=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB830 is #4047CF. Grayscale: #ABABAB. Windows color (decimal): -4212688 or 3193023. OLE color: 3193023.

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

Color convert

RGB 191 184 48 -
CMYK 0 0.04 0.75 0.25
HSL 57.06º 0.6% 0.47% -
HSV(B) 57.06º 0.75% 0.75% -
XYZ 39.16 45.57 9.53 -
YUV 170.59 58.82 142.56 -
System Red Green Blue C M Y K H S L
Decimal 191 184 48 0 0.04 0.75 0.25 57.06 0.6 0.47
Hex BF B8 30 0 4 4B 19 39 3C 2F
Octal 277 270 60 0 4 113 31 71 74 57
Binary 10111111 10111000 110000 0 100 1001011 11001 111001 111100 101111

Color Harmonies of #BFB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB830

Black with #BFB830

Text Example


Text Example

White with #BFB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB830; }

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

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

background-color css

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

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

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

border-color css

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

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

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