Html Css Color HEX #C1BC2B Barberry

📋 copy color: '#C1BC2B'

red 193 ◦ green 188 ◦ blue 43

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

Shades of Barberry #C1BC2B

Tints of Barberry #C1BC2B

RGB

 RED value IS 193 (75.78% from 255) = 45.52%

 GREEN value IS 188 (73.83% from 255) = 44.34%

 BLUE value IS 43 (17.19% from 255) = 10.14%

R = 45.52%
G = 44.34%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1BC2B (or 0xC1BC2B) is known color: Barberry. HEX triplet: C1, BC and 2B. RGB value is (193,188,43). Sum of RGB (Red+Green+Blue) = 193+188+43=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BC2B is #3E43D4. Grayscale: #ADADAD. Windows color (decimal): -4080597 or 2866369. OLE color: 2866369.

HSL color Cylindrical-coordinate representation of color #C1BC2B: hue angle of 58º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1BC2B is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 188 43 -
CMYK 0 0.03 0.78 0.24
HSL 58º 0.64% 0.46% -
HSV(B) 58º 0.78% 0.76% -
XYZ 40.41 47.48 9.32 -
YUV 172.97 54.66 142.29 -
System Red Green Blue C M Y K H S L
Decimal 193 188 43 0 0.03 0.78 0.24 58 0.64 0.46
Hex C1 BC 2B 0 3 4E 18 3A 40 2E
Octal 301 274 53 0 3 116 30 72 100 56
Binary 11000001 10111100 101011 0 11 1001110 11000 111010 1000000 101110

Color Harmonies of #C1BC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BC2B

Black with #C1BC2B

Text Example


Text Example

White with #C1BC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BC2B; }

 p { color: rgb(193,188,43); }

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

background-color css

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

 a { background-color: rgb(193,188,43); }

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

border-color css

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

 span { border-color: rgb(193,188,43); }

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