Html Css Color HEX #C7BA1B Bird Flower

📋 copy color: '#C7BA1B'

red 199 ◦ green 186 ◦ blue 27

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

Shades of Bird Flower #C7BA1B

Tints of Bird Flower #C7BA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 48.3%
G = 45.15%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7BA1B (or 0xC7BA1B) is known color: Bird Flower. HEX triplet: C7, BA and 1B. RGB value is (199,186,27). Sum of RGB (Red+Green+Blue) = 199+186+27=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA1B is #3845E4. Grayscale: #ACACAC. Windows color (decimal): -3687909 or 1817287. OLE color: 1817287.

HSL color Cylindrical-coordinate representation of color #C7BA1B: hue angle of 55.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7BA1B is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 186 27 -
CMYK 0 0.07 0.86 0.22
HSL 55.47º 0.76% 0.44% -
HSV(B) 55.47º 0.86% 0.78% -
XYZ 41.31 47.34 8 -
YUV 171.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 199 186 27 0 0.07 0.86 0.22 55.47 0.76 0.44
Hex C7 BA 1B 0 7 56 16 37 4C 2C
Octal 307 272 33 0 7 126 26 67 114 54
Binary 11000111 10111010 11011 0 111 1010110 10110 110111 1001100 101100

Color Harmonies of #C7BA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA1B

Black with #C7BA1B

Text Example


Text Example

White with #C7BA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA1B; }

 p { color: rgb(199,186,27); }

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

background-color css

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

 a { background-color: rgb(199,186,27); }

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

border-color css

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

 span { border-color: rgb(199,186,27); }

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