Html Css Color HEX #BBC715 Rio Grande

📋 copy color: '#BBC715'

red 187 ◦ green 199 ◦ blue 21

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

Shades of Rio Grande #BBC715

Tints of Rio Grande #BBC715

RGB

 RED value IS 187 (73.44% from 255) = 45.95%

 GREEN value IS 199 (78.13% from 255) = 48.89%

 BLUE value IS 21 (8.59% from 255) = 5.16%

R = 45.95%
G = 48.89%
B = 5.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#BBC715 (or 0xBBC715) is known color: Rio Grande. HEX triplet: BB, C7 and 15. RGB value is (187,199,21). Sum of RGB (Red+Green+Blue) = 187+199+21=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC715 is #4438EA. Grayscale: #AFAFAF. Windows color (decimal): -4471019 or 1427387. OLE color: 1427387.

HSL color Cylindrical-coordinate representation of color #BBC715: hue angle of 64.04º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBC715 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 21 -
CMYK 0.06 0 0.89 0.22
HSL 64.04º 0.81% 0.43% -
HSV(B) 64.04º 0.89% 0.78% -
XYZ 41.05 51.47 8.48 -
YUV 175.12 41.02 136.47 -
System Red Green Blue C M Y K H S L
Decimal 187 199 21 0.06 0 0.89 0.22 64.04 0.81 0.43
Hex BB C7 15 6 0 59 16 40 51 2B
Octal 273 307 25 6 0 131 26 100 121 53
Binary 10111011 11000111 10101 110 0 1011001 10110 1000000 1010001 101011

Color Harmonies of #BBC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC715

Black with #BBC715

Text Example


Text Example

White with #BBC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC715; }

 p { color: rgb(187,199,21); }

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

background-color css

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

 a { background-color: rgb(187,199,21); }

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

border-color css

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

 span { border-color: rgb(187,199,21); }

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