Html Css Color HEX #BFB236 Old Gold

📋 copy color: '#BFB236'

red 191 ◦ green 178 ◦ blue 54

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

Shades of Old Gold #BFB236

Tints of Old Gold #BFB236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.77%

R = 45.15%
G = 42.08%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BFB236 (or 0xBFB236) is known color: Old Gold. HEX triplet: BF, B2 and 36. RGB value is (191,178,54). Sum of RGB (Red+Green+Blue) = 191+178+54=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB236 is #404DC9. Grayscale: #A8A8A8. Windows color (decimal): -4214218 or 3584703. OLE color: 3584703.

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

Color convert

RGB 191 178 54 -
CMYK 0 0.07 0.72 0.25
HSL 54.31º 0.56% 0.48% -
HSV(B) 54.31º 0.72% 0.75% -
XYZ 38.07 43.18 9.82 -
YUV 167.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 191 178 54 0 0.07 0.72 0.25 54.31 0.56 0.48
Hex BF B2 36 0 7 48 19 36 38 30
Octal 277 262 66 0 7 110 31 66 70 60
Binary 10111111 10110010 110110 0 111 1001000 11001 110110 111000 110000

Color Harmonies of #BFB236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB236

Black with #BFB236

Text Example


Text Example

White with #BFB236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB236; }

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

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

background-color css

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

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

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

border-color css

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

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

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