Html Css Color HEX #C7BC1B Bird Flower

📋 copy color: '#C7BC1B'

red 199 ◦ green 188 ◦ blue 27

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

Shades of Bird Flower #C7BC1B

Tints of Bird Flower #C7BC1B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

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

R = 48.07%
G = 45.41%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7BC1B (or 0xC7BC1B) is known color: Bird Flower. HEX triplet: C7, BC and 1B. RGB value is (199,188,27). Sum of RGB (Red+Green+Blue) = 199+188+27=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC1B is #3843E4. Grayscale: #ADADAD. Windows color (decimal): -3687397 or 1817799. OLE color: 1817799.

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

Color convert

RGB 199 188 27 -
CMYK 0 0.06 0.86 0.22
HSL 56.16º 0.76% 0.44% -
HSV(B) 56.16º 0.86% 0.78% -
XYZ 41.73 48.19 8.14 -
YUV 172.94 45.64 146.59 -
System Red Green Blue C M Y K H S L
Decimal 199 188 27 0 0.06 0.86 0.22 56.16 0.76 0.44
Hex C7 BC 1B 0 6 56 16 38 4C 2C
Octal 307 274 33 0 6 126 26 70 114 54
Binary 11000111 10111100 11011 0 110 1010110 10110 111000 1001100 101100

Color Harmonies of #C7BC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC1B

Black with #C7BC1B

Text Example


Text Example

White with #C7BC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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