Html Css Color HEX #BCB748 Celery

📋 copy color: '#BCB748'

red 188 ◦ green 183 ◦ blue 72

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

Shades of Celery #BCB748

Tints of Celery #BCB748

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.31%

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

R = 42.44%
G = 41.31%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCB748 (or 0xBCB748) is known color: Celery. HEX triplet: BC, B7 and 48. RGB value is (188,183,72). Sum of RGB (Red+Green+Blue) = 188+183+72=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB748 is #4348B7. Grayscale: #ACACAC. Windows color (decimal): -4409528 or 4765628. OLE color: 4765628.

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

Color convert

RGB 188 183 72 -
CMYK 0 0.03 0.62 0.26
HSL 57.41º 0.46% 0.51% -
HSV(B) 57.41º 0.62% 0.74% -
XYZ 38.84 45.03 12.77 -
YUV 171.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 188 183 72 0 0.03 0.62 0.26 57.41 0.46 0.51
Hex BC B7 48 0 3 3E 1A 39 2E 33
Octal 274 267 110 0 3 76 32 71 56 63
Binary 10111100 10110111 1001000 0 11 111110 11010 111001 101110 110011

Color Harmonies of #BCB748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB748

Black with #BCB748

Text Example


Text Example

White with #BCB748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB748; }

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

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

background-color css

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

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

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

border-color css

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

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

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