Html Css Color HEX #C6BE27 Barberry

📋 copy color: '#C6BE27'

red 198 ◦ green 190 ◦ blue 39

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

Shades of Barberry #C6BE27

Tints of Barberry #C6BE27

RGB

 RED value IS 198 (77.73% from 255) = 46.37%

 GREEN value IS 190 (74.61% from 255) = 44.5%

 BLUE value IS 39 (15.63% from 255) = 9.13%

R = 46.37%
G = 44.5%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C6BE27 (or 0xC6BE27) is known color: Barberry. HEX triplet: C6, BE and 27. RGB value is (198,190,39). Sum of RGB (Red+Green+Blue) = 198+190+39=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BE27 is #3941D8. Grayscale: #AFAFAF. Windows color (decimal): -3752409 or 2604742. OLE color: 2604742.

HSL color Cylindrical-coordinate representation of color #C6BE27: hue angle of 56.98º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6BE27 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 190 39 -
CMYK 0 0.04 0.80 0.22
HSL 56.98º 0.67% 0.46% -
HSV(B) 56.98º 0.8% 0.78% -
XYZ 42.07 48.98 9.16 -
YUV 175.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 198 190 39 0 0.04 0.80 0.22 56.98 0.67 0.46
Hex C6 BE 27 0 4 50 16 39 43 2E
Octal 306 276 47 0 4 120 26 71 103 56
Binary 11000110 10111110 100111 0 100 1010000 10110 111001 1000011 101110

Color Harmonies of #C6BE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE27

Black with #C6BE27

Text Example


Text Example

White with #C6BE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE27; }

 p { color: rgb(198,190,39); }

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

background-color css

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

 a { background-color: rgb(198,190,39); }

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

border-color css

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

 span { border-color: rgb(198,190,39); }

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