Html Css Color HEX #BFB338 Old Gold

📋 copy color: '#BFB338'

red 191 ◦ green 179 ◦ blue 56

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

Shades of Old Gold #BFB338

Tints of Old Gold #BFB338

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

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

R = 44.84%
G = 42.02%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFB338 (or 0xBFB338) is known color: Old Gold. HEX triplet: BF, B3 and 38. RGB value is (191,179,56). Sum of RGB (Red+Green+Blue) = 191+179+56=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB338 is #404CC7. Grayscale: #A9A9A9. Windows color (decimal): -4213960 or 3716031. OLE color: 3716031.

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

Color convert

RGB 191 179 56 -
CMYK 0 0.06 0.71 0.25
HSL 54.67º 0.55% 0.48% -
HSV(B) 54.67º 0.71% 0.75% -
XYZ 38.32 43.6 10.14 -
YUV 168.57 64.48 144 -
System Red Green Blue C M Y K H S L
Decimal 191 179 56 0 0.06 0.71 0.25 54.67 0.55 0.48
Hex BF B3 38 0 6 47 19 37 37 30
Octal 277 263 70 0 6 107 31 67 67 60
Binary 10111111 10110011 111000 0 110 1000111 11001 110111 110111 110000

Color Harmonies of #BFB338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB338

Black with #BFB338

Text Example


Text Example

White with #BFB338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB338; }

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

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

background-color css

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

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

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

border-color css

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

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

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