Html Css Color HEX #BFB248 Sundance

📋 copy color: '#BFB248'

red 191 ◦ green 178 ◦ blue 72

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

Shades of Sundance #BFB248

Tints of Sundance #BFB248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.33%

R = 43.31%
G = 40.36%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BFB248 (or 0xBFB248) is known color: Sundance. HEX triplet: BF, B2 and 48. RGB value is (191,178,72). Sum of RGB (Red+Green+Blue) = 191+178+72=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB248 is #404DB7. Grayscale: #AAAAAA. Windows color (decimal): -4214200 or 4764351. OLE color: 4764351.

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

Color convert

RGB 191 178 72 -
CMYK 0 0.07 0.62 0.25
HSL 53.45º 0.48% 0.52% -
HSV(B) 53.45º 0.62% 0.75% -
XYZ 38.58 43.39 12.47 -
YUV 169.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 191 178 72 0 0.07 0.62 0.25 53.45 0.48 0.52
Hex BF B2 48 0 7 3E 19 35 30 34
Octal 277 262 110 0 7 76 31 65 60 64
Binary 10111111 10110010 1001000 0 111 111110 11001 110101 110000 110100

Color Harmonies of #BFB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB248

Black with #BFB248

Text Example


Text Example

White with #BFB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB248; }

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

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

background-color css

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

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

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

border-color css

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

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

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