Html Css Color HEX #BFB730 Old Gold

📋 copy color: '#BFB730'

red 191 ◦ green 183 ◦ blue 48

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

Shades of Old Gold #BFB730

Tints of Old Gold #BFB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

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

R = 45.26%
G = 43.36%
B = 11.37%

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

#BFB730 (or 0xBFB730) is known color: Old Gold. HEX triplet: BF, B7 and 30. RGB value is (191,183,48). Sum of RGB (Red+Green+Blue) = 191+183+48=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB730 is #4048CF. Grayscale: #AAAAAA. Windows color (decimal): -4212944 or 3192767. OLE color: 3192767.

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

Color convert

RGB 191 183 48 -
CMYK 0 0.04 0.75 0.25
HSL 56.64º 0.6% 0.47% -
HSV(B) 56.64º 0.75% 0.75% -
XYZ 38.95 45.16 9.46 -
YUV 170 59.15 142.98 -
System Red Green Blue C M Y K H S L
Decimal 191 183 48 0 0.04 0.75 0.25 56.64 0.6 0.47
Hex BF B7 30 0 4 4B 19 39 3C 2F
Octal 277 267 60 0 4 113 31 71 74 57
Binary 10111111 10110111 110000 0 100 1001011 11001 111001 111100 101111

Color Harmonies of #BFB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB730

Black with #BFB730

Text Example


Text Example

White with #BFB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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