Html Css Color HEX #BFB237 Old Gold

📋 copy color: '#BFB237'

red 191 ◦ green 178 ◦ blue 55

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

Shades of Old Gold #BFB237

Tints of Old Gold #BFB237

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.98%

 BLUE value IS 55 (21.88% from 255) = 12.97%

R = 45.05%
G = 41.98%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFB237 (or 0xBFB237) is known color: Old Gold. HEX triplet: BF, B2 and 37. RGB value is (191,178,55). Sum of RGB (Red+Green+Blue) = 191+178+55=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB237 is #404DC8. Grayscale: #A8A8A8. Windows color (decimal): -4214217 or 3650239. OLE color: 3650239.

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

Color convert

RGB 191 178 55 -
CMYK 0 0.07 0.71 0.25
HSL 54.26º 0.55% 0.48% -
HSV(B) 54.26º 0.71% 0.75% -
XYZ 38.1 43.19 9.94 -
YUV 167.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 191 178 55 0 0.07 0.71 0.25 54.26 0.55 0.48
Hex BF B2 37 0 7 47 19 36 37 30
Octal 277 262 67 0 7 107 31 66 67 60
Binary 10111111 10110010 110111 0 111 1000111 11001 110110 110111 110000

Color Harmonies of #BFB237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB237

Black with #BFB237

Text Example


Text Example

White with #BFB237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB237; }

 p { color: rgb(191,178,55); }

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

background-color css

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

 a { background-color: rgb(191,178,55); }

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

border-color css

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

 span { border-color: rgb(191,178,55); }

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