Html Css Color HEX #C7BD2A Barberry

📋 copy color: '#C7BD2A'

red 199 ◦ green 189 ◦ blue 42

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

Shades of Barberry #C7BD2A

Tints of Barberry #C7BD2A

RGB

 RED value IS 199 (78.13% from 255) = 46.28%

 GREEN value IS 189 (74.22% from 255) = 43.95%

 BLUE value IS 42 (16.8% from 255) = 9.77%

R = 46.28%
G = 43.95%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7BD2A (or 0xC7BD2A) is known color: Barberry. HEX triplet: C7, BD and 2A. RGB value is (199,189,42). Sum of RGB (Red+Green+Blue) = 199+189+42=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BD2A is #3842D5. Grayscale: #AFAFAF. Windows color (decimal): -3687126 or 2801095. OLE color: 2801095.

HSL color Cylindrical-coordinate representation of color #C7BD2A: hue angle of 56.18º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7BD2A is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 189 42 -
CMYK 0 0.05 0.79 0.22
HSL 56.18º 0.65% 0.47% -
HSV(B) 56.18º 0.79% 0.78% -
XYZ 42.17 48.7 9.37 -
YUV 175.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 199 189 42 0 0.05 0.79 0.22 56.18 0.65 0.47
Hex C7 BD 2A 0 5 4F 16 38 41 2F
Octal 307 275 52 0 5 117 26 70 101 57
Binary 11000111 10111101 101010 0 101 1001111 10110 111000 1000001 101111

Color Harmonies of #C7BD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BD2A

Black with #C7BD2A

Text Example


Text Example

White with #C7BD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BD2A; }

 p { color: rgb(199,189,42); }

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

background-color css

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

 a { background-color: rgb(199,189,42); }

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

border-color css

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

 span { border-color: rgb(199,189,42); }

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