Html Css Color HEX #BCB848 Celery

📋 copy color: '#BCB848'

red 188 ◦ green 184 ◦ blue 72

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

Shades of Celery #BCB848

Tints of Celery #BCB848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.44%

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

R = 42.34%
G = 41.44%
B = 16.22%

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

#BCB848 (or 0xBCB848) is known color: Celery. HEX triplet: BC, B8 and 48. RGB value is (188,184,72). Sum of RGB (Red+Green+Blue) = 188+184+72=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB848 is #4347B7. Grayscale: #ACACAC. Windows color (decimal): -4409272 or 4765884. OLE color: 4765884.

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

Color convert

RGB 188 184 72 -
CMYK 0 0.02 0.62 0.26
HSL 57.93º 0.46% 0.51% -
HSV(B) 57.93º 0.62% 0.74% -
XYZ 39.05 45.44 12.84 -
YUV 172.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 188 184 72 0 0.02 0.62 0.26 57.93 0.46 0.51
Hex BC B8 48 0 2 3E 1A 3A 2E 33
Octal 274 270 110 0 2 76 32 72 56 63
Binary 10111100 10111000 1001000 0 10 111110 11010 111010 101110 110011

Color Harmonies of #BCB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB848

Black with #BCB848

Text Example


Text Example

White with #BCB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB848; }

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

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

background-color css

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

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

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

border-color css

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

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

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