Html Css Color HEX #C8BA25 Barberry

📋 copy color: '#C8BA25'

red 200 ◦ green 186 ◦ blue 37

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

Shades of Barberry #C8BA25

Tints of Barberry #C8BA25

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.97%

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

R = 47.28%
G = 43.97%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C8BA25 (or 0xC8BA25) is known color: Barberry. HEX triplet: C8, BA and 25. RGB value is (200,186,37). Sum of RGB (Red+Green+Blue) = 200+186+37=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA25 is #3745DA. Grayscale: #ADADAD. Windows color (decimal): -3622363 or 2472648. OLE color: 2472648.

HSL color Cylindrical-coordinate representation of color #C8BA25: hue angle of 54.85º 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 #C8BA25 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 37 -
CMYK 0 0.07 0.82 0.22
HSL 54.85º 0.69% 0.46% -
HSV(B) 54.85º 0.82% 0.78% -
XYZ 41.71 47.53 8.73 -
YUV 173.2 51.14 147.12 -
System Red Green Blue C M Y K H S L
Decimal 200 186 37 0 0.07 0.82 0.22 54.85 0.69 0.46
Hex C8 BA 25 0 7 52 16 37 45 2E
Octal 310 272 45 0 7 122 26 67 105 56
Binary 11001000 10111010 100101 0 111 1010010 10110 110111 1000101 101110

Color Harmonies of #C8BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA25

Black with #C8BA25

Text Example


Text Example

White with #C8BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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