Html Css Color HEX #BFB838 Old Gold

📋 copy color: '#BFB838'

red 191 ◦ green 184 ◦ blue 56

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

Shades of Old Gold #BFB838

Tints of Old Gold #BFB838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.99%

R = 44.32%
G = 42.69%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFB838 (or 0xBFB838) is known color: Old Gold. HEX triplet: BF, B8 and 38. RGB value is (191,184,56). Sum of RGB (Red+Green+Blue) = 191+184+56=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB838 is #4047C7. Grayscale: #ACACAC. Windows color (decimal): -4212680 or 3717311. OLE color: 3717311.

HSL color Cylindrical-coordinate representation of color #BFB838: hue angle of 56.89º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFB838 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 184 56 -
CMYK 0 0.04 0.71 0.25
HSL 56.89º 0.55% 0.48% -
HSV(B) 56.89º 0.71% 0.75% -
XYZ 39.34 45.64 10.48 -
YUV 171.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 191 184 56 0 0.04 0.71 0.25 56.89 0.55 0.48
Hex BF B8 38 0 4 47 19 39 37 30
Octal 277 270 70 0 4 107 31 71 67 60
Binary 10111111 10111000 111000 0 100 1000111 11001 111001 110111 110000

Color Harmonies of #BFB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB838

Black with #BFB838

Text Example


Text Example

White with #BFB838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB838; }

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

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

background-color css

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

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

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

border-color css

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

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

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