Html Css Color HEX #C4B925 Barberry

📋 copy color: '#C4B925'

red 196 ◦ green 185 ◦ blue 37

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

Shades of Barberry #C4B925

Tints of Barberry #C4B925

RGB

 RED value IS 196 (76.95% from 255) = 46.89%

 GREEN value IS 185 (72.66% from 255) = 44.26%

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

R = 46.89%
G = 44.26%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C4B925 (or 0xC4B925) is known color: Barberry. HEX triplet: C4, B9 and 25. RGB value is (196,185,37). Sum of RGB (Red+Green+Blue) = 196+185+37=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B925 is #3B46DA. Grayscale: #ACACAC. Windows color (decimal): -3884763 or 2472388. OLE color: 2472388.

HSL color Cylindrical-coordinate representation of color #C4B925: hue angle of 55.85º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4B925 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 37 -
CMYK 0 0.06 0.81 0.23
HSL 55.85º 0.68% 0.46% -
HSV(B) 55.85º 0.81% 0.77% -
XYZ 40.45 46.57 8.61 -
YUV 171.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 196 185 37 0 0.06 0.81 0.23 55.85 0.68 0.46
Hex C4 B9 25 0 6 51 17 38 44 2E
Octal 304 271 45 0 6 121 27 70 104 56
Binary 11000100 10111001 100101 0 110 1010001 10111 111000 1000100 101110

Color Harmonies of #C4B925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B925

Black with #C4B925

Text Example


Text Example

White with #C4B925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B925; }

 p { color: rgb(196,185,37); }

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

background-color css

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

 a { background-color: rgb(196,185,37); }

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

border-color css

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

 span { border-color: rgb(196,185,37); }

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