Html Css Color HEX #C8BE25 Barberry

📋 copy color: '#C8BE25'

red 200 ◦ green 190 ◦ blue 37

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

Shades of Barberry #C8BE25

Tints of Barberry #C8BE25

RGB

 RED value IS 200 (78.52% from 255) = 46.84%

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

 BLUE value IS 37 (14.84% from 255) = 8.67%

R = 46.84%
G = 44.5%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C8BE25 (or 0xC8BE25) is known color: Barberry. HEX triplet: C8, BE and 25. RGB value is (200,190,37). Sum of RGB (Red+Green+Blue) = 200+190+37=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE25 is #3741DA. Grayscale: #B0B0B0. Windows color (decimal): -3621339 or 2473672. OLE color: 2473672.

HSL color Cylindrical-coordinate representation of color #C8BE25: hue angle of 56.32º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8BE25 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 190 37 -
CMYK 0 0.05 0.82 0.22
HSL 56.32º 0.69% 0.46% -
HSV(B) 56.32º 0.82% 0.78% -
XYZ 42.57 49.24 9.01 -
YUV 175.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 200 190 37 0 0.05 0.82 0.22 56.32 0.69 0.46
Hex C8 BE 25 0 5 52 16 38 45 2E
Octal 310 276 45 0 5 122 26 70 105 56
Binary 11001000 10111110 100101 0 101 1010010 10110 111000 1000101 101110

Color Harmonies of #C8BE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE25

Black with #C8BE25

Text Example


Text Example

White with #C8BE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE25; }

 p { color: rgb(200,190,37); }

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

background-color css

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

 a { background-color: rgb(200,190,37); }

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

border-color css

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

 span { border-color: rgb(200,190,37); }

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