Html Css Color HEX #B4923C Roti

📋 copy color: '#B4923C'

red 180 ◦ green 146 ◦ blue 60

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

Shades of Roti #B4923C

Tints of Roti #B4923C

RGB

 RED value IS 180 (70.7% from 255) = 46.63%

 GREEN value IS 146 (57.42% from 255) = 37.82%

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 46.63%
G = 37.82%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4923C (or 0xB4923C) is known color: Roti. HEX triplet: B4, 92 and 3C. RGB value is (180,146,60). Sum of RGB (Red+Green+Blue) = 180+146+60=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4923C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4923C is #4B6DC3. Grayscale: #929292. Windows color (decimal): -4943300 or 3969716. OLE color: 3969716.

HSL color Cylindrical-coordinate representation of color #B4923C: hue angle of 43º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4923C is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 60 -
CMYK 0 0.19 0.67 0.29
HSL 43º 0.5% 0.47% -
HSV(B) 43º 0.67% 0.71% -
XYZ 29.92 30.59 8.6 -
YUV 146.36 79.26 151.99 -
System Red Green Blue C M Y K H S L
Decimal 180 146 60 0 0.19 0.67 0.29 43 0.5 0.47
Hex B4 92 3C 0 13 43 1D 2B 32 2F
Octal 264 222 74 0 23 103 35 53 62 57
Binary 10110100 10010010 111100 0 10011 1000011 11101 101011 110010 101111

Color Harmonies of #B4923C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4923C

Black with #B4923C

Text Example


Text Example

White with #B4923C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4923C; }

 p { color: rgb(180,146,60); }

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

background-color css

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

 a { background-color: rgb(180,146,60); }

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

border-color css

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

 span { border-color: rgb(180,146,60); }

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