Html Css Color HEX #B7B701 La Rioja

📋 copy color: '#B7B701'

red 183 ◦ green 183 ◦ blue 1

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

Shades of La Rioja #B7B701

Tints of La Rioja #B7B701

RGB

 RED value IS 183 (71.88% from 255) = 49.86%

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 49.86%
G = 49.86%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B7B701 (or 0xB7B701) is known color: La Rioja. HEX triplet: B7, B7 and 01. RGB value is (183,183,1). Sum of RGB (Red+Green+Blue) = 183+183+1=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B701 is #4848FE. Grayscale: #A2A2A2. Windows color (decimal): -4737279 or 112567. OLE color: 112567.

HSL color Cylindrical-coordinate representation of color #B7B701: hue angle of 60º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7B701 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 183 1 -
CMYK 0 0 0.99 0.28
HSL 60º 0.99% 0.36% -
HSV(B) 60º 0.99% 0.72% -
XYZ 36.47 43.94 6.59 -
YUV 162.25 37 142.8 -
System Red Green Blue C M Y K H S L
Decimal 183 183 1 0 0 0.99 0.28 60 0.99 0.36
Hex B7 B7 1 0 0 63 1C 3C 63 24
Octal 267 267 1 0 0 143 34 74 143 44
Binary 10110111 10110111 1 0 0 1100011 11100 111100 1100011 100100

Color Harmonies of #B7B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B701

Black with #B7B701

Text Example


Text Example

White with #B7B701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B701; }

 p { color: rgb(183,183,1); }

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

background-color css

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

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

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

border-color css

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

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

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