Html Css Color HEX #BBB714 La Rioja

📋 copy color: '#BBB714'

red 187 ◦ green 183 ◦ blue 20

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

Shades of La Rioja #BBB714

Tints of La Rioja #BBB714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.92%

 BLUE value IS 20 (8.2% from 255) = 5.13%

R = 47.95%
G = 46.92%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBB714 (or 0xBBB714) is known color: La Rioja. HEX triplet: BB, B7 and 14. RGB value is (187,183,20). Sum of RGB (Red+Green+Blue) = 187+183+20=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB714 is #4448EB. Grayscale: #A6A6A6. Windows color (decimal): -4475116 or 1357755. OLE color: 1357755.

HSL color Cylindrical-coordinate representation of color #BBB714: hue angle of 58.56º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBB714 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 183 20 -
CMYK 0 0.02 0.89 0.27
HSL 58.56º 0.81% 0.41% -
HSV(B) 58.56º 0.89% 0.73% -
XYZ 37.55 44.48 7.27 -
YUV 165.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 187 183 20 0 0.02 0.89 0.27 58.56 0.81 0.41
Hex BB B7 14 0 2 59 1B 3B 51 29
Octal 273 267 24 0 2 131 33 73 121 51
Binary 10111011 10110111 10100 0 10 1011001 11011 111011 1010001 101001

Color Harmonies of #BBB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB714

Black with #BBB714

Text Example


Text Example

White with #BBB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB714; }

 p { color: rgb(187,183,20); }

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

background-color css

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

 a { background-color: rgb(187,183,20); }

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

border-color css

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

 span { border-color: rgb(187,183,20); }

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