Html Css Color HEX #BCB948 Celery

📋 copy color: '#BCB948'

red 188 ◦ green 185 ◦ blue 72

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

Shades of Celery #BCB948

Tints of Celery #BCB948

RGB

 RED value IS 188 (73.83% from 255) = 42.25%

 GREEN value IS 185 (72.66% from 255) = 41.57%

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

R = 42.25%
G = 41.57%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCB948 (or 0xBCB948) is known color: Celery. HEX triplet: BC, B9 and 48. RGB value is (188,185,72). Sum of RGB (Red+Green+Blue) = 188+185+72=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB948 is #4346B7. Grayscale: #ADADAD. Windows color (decimal): -4409016 or 4766140. OLE color: 4766140.

HSL color Cylindrical-coordinate representation of color #BCB948: hue angle of 58.45º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCB948 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 72 -
CMYK 0 0.02 0.62 0.26
HSL 58.45º 0.46% 0.51% -
HSV(B) 58.45º 0.62% 0.74% -
XYZ 39.26 45.86 12.91 -
YUV 173.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 188 185 72 0 0.02 0.62 0.26 58.45 0.46 0.51
Hex BC B9 48 0 2 3E 1A 3A 2E 33
Octal 274 271 110 0 2 76 32 72 56 63
Binary 10111100 10111001 1001000 0 10 111110 11010 111010 101110 110011

Color Harmonies of #BCB948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB948

Black with #BCB948

Text Example


Text Example

White with #BCB948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB948; }

 p { color: rgb(188,185,72); }

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

background-color css

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

 a { background-color: rgb(188,185,72); }

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

border-color css

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

 span { border-color: rgb(188,185,72); }

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