Html Css Color HEX #BBBD07 La Rioja

📋 copy color: '#BBBD07'

red 187 ◦ green 189 ◦ blue 7

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

Shades of La Rioja #BBBD07

Tints of La Rioja #BBBD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 48.83%
G = 49.35%
B = 1.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BBBD07 (or 0xBBBD07) is known color: La Rioja. HEX triplet: BB, BD and 07. RGB value is (187,189,7). Sum of RGB (Red+Green+Blue) = 187+189+7=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBD07 is #4442F8. Grayscale: #A8A8A8. Windows color (decimal): -4473593 or 507323. OLE color: 507323.

HSL color Cylindrical-coordinate representation of color #BBBD07: hue angle of 60.66º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBBD07 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 189 7 -
CMYK 0.01 0 0.96 0.26
HSL 60.66º 0.93% 0.38% -
HSV(B) 60.66º 0.96% 0.74% -
XYZ 38.73 46.98 7.23 -
YUV 167.65 37.34 141.8 -
System Red Green Blue C M Y K H S L
Decimal 187 189 7 0.01 0 0.96 0.26 60.66 0.93 0.38
Hex BB BD 7 1 0 60 1A 3D 5D 26
Octal 273 275 7 1 0 140 32 75 135 46
Binary 10111011 10111101 111 1 0 1100000 11010 111101 1011101 100110

Color Harmonies of #BBBD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD07

Black with #BBBD07

Text Example


Text Example

White with #BBBD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD07; }

 p { color: rgb(187,189,7); }

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

background-color css

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

 a { background-color: rgb(187,189,7); }

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

border-color css

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

 span { border-color: rgb(187,189,7); }

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