Html Css Color HEX #BFBD48 Celery

📋 copy color: '#BFBD48'

red 191 ◦ green 189 ◦ blue 72

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

Shades of Celery #BFBD48

Tints of Celery #BFBD48

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

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

R = 42.26%
G = 41.81%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BFBD48 (or 0xBFBD48) is known color: Celery. HEX triplet: BF, BD and 48. RGB value is (191,189,72). Sum of RGB (Red+Green+Blue) = 191+189+72=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD48 is #4042B7. Grayscale: #B0B0B0. Windows color (decimal): -4211384 or 4767167. OLE color: 4767167.

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

Color convert

RGB 191 189 72 -
CMYK 0 0.01 0.62 0.25
HSL 58.99º 0.48% 0.52% -
HSV(B) 58.99º 0.62% 0.75% -
XYZ 40.85 47.94 13.23 -
YUV 176.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 191 189 72 0 0.01 0.62 0.25 58.99 0.48 0.52
Hex BF BD 48 0 1 3E 19 3B 30 34
Octal 277 275 110 0 1 76 31 73 60 64
Binary 10111111 10111101 1001000 0 1 111110 11001 111011 110000 110100

Color Harmonies of #BFBD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD48

Black with #BFBD48

Text Example


Text Example

White with #BFBD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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